home *** CD-ROM | disk | FTP | other *** search
/ SGI Developer Toolbox 6.1 / SGI Developer Toolbox 6.1 - Disc 4.iso / public / fax / src / port / aix32 / gcc-related / signal.h < prev    next >
C/C++ Source or Header  |  1994-08-01  |  248b  |  13 lines

  1. extern "C" {
  2. #include <sys/types.h>
  3. #include_next <sys/signal.h>
  4. int sigpause (int);
  5. int sigsetmask (int);
  6. int sigblock (int);
  7. void (*sigset(int, void (*) (int)))(int);
  8. int sighold(int);
  9. int sigrelse(int);
  10. int sigignore(int);
  11. #undef SV_INTERRUPT
  12. }
  13.